man Get-Content
code:man Get-Content
名前
Get-Content
構文
Get-Content -Path <string[]> -ReadCount <long> -TotalCount <long> -Tail <int> -Filter <string> [-Include <string[]>] [-Exclude <string[]>] -Force -Credential <pscredential> -UseTransaction -Delimiter <string> -Wait -Raw -Encoding {Unknown | String | Unicode | Byte | BigEndianUnicode | UTF8 | UTF7 | UTF32 | Ascii | Default | Oem | BigEndianUTF32} -Stream <string> <CommonParameters>
Get-Content -LiteralPath <string[]> -ReadCount <long> -TotalCount <long> -Tail <int> -Filter <string> [-Include <string[]>] [-Exclude <string[]>] -Force -Credential <pscredential> -UseTransaction -Delimiter <string> -Wait -Raw -Encoding {Unknown | String | Unicode | Byte | BigEndianUnicode | UTF8 | UTF7 | UTF32 | Ascii | Default | Oem | BigEndianUTF32} -Stream <string> <CommonParameters>
エイリアス
gc
cat
type
注釈
Get-Help cannot find the Help files for this cmdlet on this computer. It is displaying only partial help.
-- To download and install Help files for the module that includes this cmdlet, use Update-Help.
-- To view the Help topic for this cmdlet online, type: "Get-Help Get-Content -Online" or
go to http://go.microsoft.com/fwlink/?LinkID=113310.